2025-05-23 21:29:00,309 [ 518921 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:53, check_args_and_update_paths) 2025-05-23 21:29:00,310 [ 518921 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:79, check_args_and_update_paths) 2025-05-23 21:29:00,310 [ 518921 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:90, check_args_and_update_paths) 2025-05-23 21:29:00,310 [ 518921 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:92, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_rm7u2f --privileged --dns-search='.' --memory=30709035008 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel1_1.jsonl --report-log-exclude-logs-on-passed-tests test_parquet_drop_metadata_cache/test.py::test_clear_cache_on_cluster -vvv " altinityinfra/integration-tests-runner:ad96270260ff '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache Test order randomisation NOT enabled. Enable with --random-order or --random-order-bucket= rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: timeout-2.3.1, repeat-0.9.3, order-1.0.0, reportlog-0.4.0, xdist-3.5.0, random-order-1.1.1 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [1 item] scheduling tests via LoadFileScheduling test_parquet_drop_metadata_cache/test.py::test_clear_cache_on_cluster [gw1] [100%] FAILED test_parquet_drop_metadata_cache/test.py::test_clear_cache_on_cluster =================================== FAILURES =================================== _________________________ test_clear_cache_on_cluster __________________________ [gw1] linux -- Python 3.10.12 /usr/bin/python3 started_cluster = def test_clear_cache_on_cluster(started_cluster): > node1.query("INSERT INTO TABLE FUNCTION s3('http://minio1:9001/root/data/test_clear_cache/{_partition_id}.parquet', 'minio', 'minio123', 'Parquet') PARTITION BY number SELECT number FROM numbers(1, 3)") test_parquet_drop_metadata_cache/test.py:21: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ helpers/cluster.py:3571: in query return self.client.query( helpers/client.py:39: in wrap return func(self, *args, **kwargs) helpers/client.py:79: in query ).get_answer() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def get_answer(self): self.process.wait(timeout=DEFAULT_QUERY_TIMEOUT) self.stdout_file.seek(0) self.stderr_file.seek(0) stdout = self.stdout_file.read().decode("utf-8", errors="replace") stderr = self.stderr_file.read().decode("utf-8", errors="replace") if ( self.timer is not None and not self.process_finished_before_timeout and not self.ignore_error ): logging.debug(f"Timed out. Last stdout:{stdout}, stderr:{stderr}") raise QueryTimeoutExceedException("Client timed out!") if ( self.process.returncode != 0 or self.remove_trash_from_stderr(stderr) ) and not self.ignore_error: > raise QueryRuntimeException( "Client failed! Return code: {}, stderr: {}".format( self.process.returncode, stderr ), self.process.returncode, stderr, ) E helpers.client.QueryRuntimeException: Client failed! Return code: 243, stderr: Received exception from server (version 25.3.3): E Code: 499. DB::Exception: Received from 172.16.1.11:9000. DB::Exception: Failed to check existence of key data/test_clear_cache/3.parquet in bucket root: No response body.. HTTP response code: 403, error type: ACCESS_DENIED. Stack trace: E E 0. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f4b58fb E 1. DB::Exception::Exception(PreformattedMessage&&, int) @ 0x0000000009f80e6c E 2. DB::S3Exception::S3Exception(Aws::S3::S3Errors, FormatStringHelperImpl::type, std::type_identity::type, std::type_identity::type, std::type_identity::type, std::type_identity::type>, String const&, String const&, String const&, unsigned long&&, Aws::S3::S3Errors&&) @ 0x0000000011feb783 E 3. DB::S3::objectExists(DB::S3::Client const&, String const&, String const&, String const&) @ 0x0000000011feb6f3 E 4. DB::S3ObjectStorage::exists(DB::StoredObject const&) const @ 0x0000000011fe0ddc E 5. DB::checkAndGetNewFileOnInsertIfNeeded(DB::IObjectStorage const&, DB::StorageObjectStorage::Configuration const&, DB::StorageObjectStorage::QuerySettings const&, String const&, unsigned long) @ 0x0000000011e90378 E 6. DB::PartitionedStorageObjectStorageSink::createSinkForPartition(String const&) @ 0x0000000011e550cd E 7. DB::PartitionedSink::consume(DB::Chunk&) @ 0x0000000013f3c51b E 8. DB::SinkToStorage::onConsume(DB::Chunk) @ 0x00000000150beb53 E 9. void std::__function::__policy_invoker::__call_impl[abi:ne190107]>(std::__function::__policy_storage const*) @ 0x0000000014fdbbd8 E 10. DB::runStep(std::function, DB::ThreadStatus*, std::atomic*) @ 0x0000000014fdba1f E 11. DB::ExceptionKeepingTransform::work() @ 0x0000000014fdb31a E 12. DB::ExecutionThreadContext::executeTask() @ 0x0000000014d58876 E 13. DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x0000000014d4c364 E 14. DB::PipelineExecutor::execute(unsigned long, bool) @ 0x0000000014d4b53e E 15. void std::__function::__policy_invoker::__call_impl[abi:ne190107]::ThreadFromGlobalPoolImpl(DB::CompletedPipelineExecutor::execute()::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x0000000014d4a6b1 E 16. ThreadPoolImpl::ThreadFromThreadPool::worker() @ 0x000000000f5e8dcf E 17. void* std::__thread_proxy[abi:ne190107]>, void (ThreadPoolImpl::ThreadFromThreadPool::*)(), ThreadPoolImpl::ThreadFromThreadPool*>>(void*) @ 0x000000000f5f009a E 18. ? @ 0x00007f3a0b8f8ac3 E 19. ? @ 0x00007f3a0b98a850 E E Job's origin stack trace: E 0. void boost::heap::priority_queue, boost::parameter::void_, boost::parameter::void_, boost::parameter::void_>::emplace, Priority&, StrongTypedef&, DB::OpenTelemetry::TracingContextOnThread const, bool&, (anonymous namespace)::ScopedDecrement>(std::function&&, Priority&, StrongTypedef&, DB::OpenTelemetry::TracingContextOnThread const&&, bool&, (anonymous namespace)::ScopedDecrement&&) @ 0x000000000f5f0cd7 E 1. void ThreadPoolImpl::scheduleImpl(std::function, Priority, std::optional, bool) @ 0x000000000f5ea0b8 E 2. DB::CompletedPipelineExecutor::execute() @ 0x0000000014d49f0b E 3. DB::TCPHandler::runImpl() @ 0x0000000014c9e528 E 4. DB::TCPHandler::run() @ 0x0000000014cbbaf9 E 5. Poco::Net::TCPServerConnection::start() @ 0x00000000183ecfc7 E 6. Poco::Net::TCPServerDispatcher::run() @ 0x00000000183ed419 E 7. Poco::PooledThread::run() @ 0x00000000183b975b E 8. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000183b7c3d E 9. ? @ 0x00007f3a0b8f8ac3 E 10. ? @ 0x00007f3a0b98a850 E . (S3_ERROR) E (query: INSERT INTO TABLE FUNCTION s3('http://minio1:9001/root/data/test_clear_cache/{_partition_id}.parquet', 'minio', 'minio123', 'Parquet') PARTITION BY number SELECT number FROM numbers(1, 3)) helpers/client.py:248: QueryRuntimeException ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ------------------------------ Captured log setup ------------------------------ 2025-05-23 21:29:06 [ 636 ] DEBUG : Command:[docker ps | wc -l] (cluster.py:121, run_and_check) 2025-05-23 21:29:06 [ 636 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-05-23 21:29:06 [ 636 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2025-05-23 21:29:06 [ 636 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2025-05-23 21:29:06 [ 636 ] DEBUG : Command:[docker network prune --force] (cluster.py:121, run_and_check) 2025-05-23 21:29:06 [ 636 ] DEBUG : Command:[sysctl net.ipv4.ip_local_port_range='55000 65535'] (cluster.py:121, run_and_check) 2025-05-23 21:29:06 [ 636 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:145, run_and_check) 2025-05-23 21:29:06 [ 636 ] INFO : Running tests in /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/test.py (cluster.py:2672, start) 2025-05-23 21:29:06 [ 636 ] DEBUG : Cluster start called. is_up=False (cluster.py:2679, start) 2025-05-23 21:29:06 [ 636 ] DEBUG : Docker networks for project roottestparquetdropmetadatacache-gw1 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-05-23 21:29:06 [ 636 ] DEBUG : Docker containers for project roottestparquetdropmetadatacache-gw1 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-05-23 21:29:06 [ 636 ] DEBUG : Docker volumes for project roottestparquetdropmetadatacache-gw1 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-05-23 21:29:06 [ 636 ] DEBUG : Cleanup called (cluster.py:846, cleanup) 2025-05-23 21:29:06 [ 636 ] DEBUG : Docker networks for project roottestparquetdropmetadatacache-gw1 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-05-23 21:29:06 [ 636 ] DEBUG : Docker containers for project roottestparquetdropmetadatacache-gw1 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-05-23 21:29:06 [ 636 ] DEBUG : Docker volumes for project roottestparquetdropmetadatacache-gw1 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-05-23 21:29:06 [ 636 ] DEBUG : Command:[docker container list --all --filter name='^/roottestparquetdropmetadatacache-gw1-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2025-05-23 21:29:06 [ 636 ] DEBUG : Unstopped containers: {} (cluster.py:860, cleanup) 2025-05-23 21:29:06 [ 636 ] DEBUG : No running containers for project: roottestparquetdropmetadatacache-gw1 (cluster.py:874, cleanup) 2025-05-23 21:29:06 [ 636 ] DEBUG : Trying to prune unused networks... (cluster.py:880, cleanup) 2025-05-23 21:29:06 [ 636 ] DEBUG : Trying to prune unused images... (cluster.py:896, cleanup) 2025-05-23 21:29:06 [ 636 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2025-05-23 21:29:07 [ 636 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2025-05-23 21:29:07 [ 636 ] DEBUG : Images pruned (cluster.py:899, cleanup) 2025-05-23 21:29:07 [ 636 ] DEBUG : Trying to prune unused volumes... (cluster.py:905, cleanup) 2025-05-23 21:29:07 [ 636 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2025-05-23 21:29:07 [ 636 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-05-23 21:29:07 [ 636 ] DEBUG : Volumes pruned: 1 (cluster.py:910, cleanup) 2025-05-23 21:29:07 [ 636 ] DEBUG : Setup directory for instance: node1 (cluster.py:2692, start) 2025-05-23 21:29:07 [ 636 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4536, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Create directory for common tests configuration (cluster.py:4541, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Copy common configuration from helpers (cluster.py:4561, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Generate and write macros file (cluster.py:4613, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/configs/config.d/cluster.xml'] to /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/configs/config.d (cluster.py:4649, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/database (cluster.py:4666, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/logs (cluster.py:4677, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4758, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Setup directory for instance: node2 (cluster.py:2692, start) 2025-05-23 21:29:07 [ 636 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4536, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Create directory for common tests configuration (cluster.py:4541, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Copy common configuration from helpers (cluster.py:4561, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Generate and write macros file (cluster.py:4613, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/configs/config.d/cluster.xml'] to /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/configs/config.d (cluster.py:4649, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/database (cluster.py:4666, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/logs (cluster.py:4677, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4758, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Setup directory for instance: node3 (cluster.py:2692, start) 2025-05-23 21:29:07 [ 636 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4536, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Create directory for common tests configuration (cluster.py:4541, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Copy common configuration from helpers (cluster.py:4561, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Generate and write macros file (cluster.py:4613, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/configs/config.d/cluster.xml'] to /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/configs/config.d (cluster.py:4649, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/database (cluster.py:4666, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/logs (cluster.py:4677, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log", "--"] (cluster.py:4758, create_dir) 2025-05-23 21:29:07 [ 636 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw', 'keeper_binary': '/clickhouse', 'keeper_cmd_prefix': 'clickhouse keeper', 'image': 'altinityinfra/integration-test:5ccda723c1fc', 'user': '0', 'keeper_fs': 'bind', 'keeper_logs_dir1': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper1/log', 'keeper_config_dir1': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper1/config', 'keeper_db_dir1': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper1/coordination', 'keeper_logs_dir2': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper2/log', 'keeper_config_dir2': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper2/config', 'keeper_db_dir2': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper2/coordination', 'keeper_logs_dir3': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper3/log', 'keeper_config_dir3': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper3/config', 'keeper_db_dir3': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper3/coordination', 'MINIO_CERTS_DIR': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/minio/certs', 'MINIO_DATA_DIR': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/minio/data', 'MINIO_PORT': '9001', 'SSL_CERT_FILE': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/minio/certs/public.crt', 'RESOLVER_LOGS': '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/resolver', 'RESOLVER_LOGS_FS': 'bind'} stored in /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/.env (cluster.py:96, _create_env_file) 2025-05-23 21:29:07 [ 636 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-05-23 21:29:07 [ 636 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-05-23 21:29:07 [ 636 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2025-05-23 21:29:07 [ 636 ] DEBUG : No config file found (config.py:28, find_config_file) 2025-05-23 21:29:07 [ 636 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 826 (connectionpool.py:547, _make_request) 2025-05-23 21:29:07 [ 636 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/.env --project-name roottestparquetdropmetadatacache-gw1 --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/docker-compose.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/docker-compose.yml pull] (cluster.py:121, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: zoo2 Skipped - Image is already being pulled by node1 (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: node3 Skipped - Image is already being pulled by node1 (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: zoo3 Skipped - Image is already being pulled by node1 (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: zoo1 Skipped - Image is already being pulled by node1 (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: proxy2 Skipped - Image is already being pulled by proxy1 (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: node2 Skipped - Image is already being pulled by node1 (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: minio1 Pulling (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: node1 Pulling (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: proxy1 Pulling (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: resolver Pulling (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: resolver Pulled (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: proxy1 Pulled (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: minio1 Pulled (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Stderr: node1 Pulled (cluster.py:147, run_and_check) 2025-05-23 21:29:17 [ 636 ] DEBUG : Setup ZooKeeper (cluster.py:2733, start) 2025-05-23 21:29:17 [ 636 ] DEBUG : Creating internal ZooKeeper dirs: ['/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper1/log', '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper1/config', '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper1/coordination', '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper2/log', '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper2/config', '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper2/coordination', '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper3/log', '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper3/config', '/ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/keeper3/coordination'] (cluster.py:2734, start) 2025-05-23 21:29:17 [ 636 ] DEBUG : Command:[docker compose --project-name roottestparquetdropmetadatacache-gw1 --env-file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/.env --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --verbose up -d] (cluster.py:121, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr:time="2025-05-23T21:29:17Z" level=trace msg="Docker Desktop integration not enabled" (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Network roottestparquetdropmetadatacache-gw1_default Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Network roottestparquetdropmetadatacache-gw1_default Created (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr:time="2025-05-23T21:29:18Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Stderr:time="2025-05-23T21:29:18Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2025-05-23 21:29:18 [ 636 ] DEBUG : Wait ZooKeeper to start (cluster.py:2398, wait_zookeeper_to_start) 2025-05-23 21:29:18 [ 636 ] DEBUG : get_instance_ip instance_name=zoo1 (cluster.py:1999, get_instance_ip) 2025-05-23 21:29:18 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-zoo1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:18 [ 636 ] DEBUG : get_kazoo_client: zoo1, ip:172.16.1.4, port:2181, use_ssl:False (cluster.py:3234, get_kazoo_client) 2025-05-23 21:29:18 [ 636 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2025-05-23 21:29:18 [ 636 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-05-23 21:29:18 [ 636 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2025-05-23 21:29:18 [ 636 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-05-23 21:29:18 [ 636 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2025-05-23 21:29:18 [ 636 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-05-23 21:29:18 [ 636 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2025-05-23 21:29:18 [ 636 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-05-23 21:29:19 [ 636 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2025-05-23 21:29:19 [ 636 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-05-23 21:29:20 [ 636 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2025-05-23 21:29:20 [ 636 ] WARNING : Connection dropped: socket connection error: Connection refused (connection.py:622, _connect_attempt) 2025-05-23 21:29:22 [ 636 ] INFO : Connecting to 172.16.1.4(172.16.1.4):2181, use_ssl: False (connection.py:650, _connect) 2025-05-23 21:29:22 [ 636 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2025-05-23 21:29:22 [ 636 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2025-05-23 21:29:22 [ 636 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2025-05-23 21:29:22 [ 636 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2025-05-23 21:29:22 [ 636 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2025-05-23 21:29:22 [ 636 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2025-05-23 21:29:22 [ 636 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2025-05-23 21:29:22 [ 636 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2025-05-23 21:29:22 [ 636 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2025-05-23 21:29:22 [ 636 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2025-05-23 21:29:22 [ 636 ] DEBUG : get_instance_ip instance_name=zoo2 (cluster.py:1999, get_instance_ip) 2025-05-23 21:29:22 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-zoo2-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:22 [ 636 ] DEBUG : get_kazoo_client: zoo2, ip:172.16.1.2, port:2181, use_ssl:False (cluster.py:3234, get_kazoo_client) 2025-05-23 21:29:22 [ 636 ] INFO : Connecting to 172.16.1.2(172.16.1.2):2181, use_ssl: False (connection.py:650, _connect) 2025-05-23 21:29:22 [ 636 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2025-05-23 21:29:22 [ 636 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2025-05-23 21:29:22 [ 636 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2025-05-23 21:29:22 [ 636 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2025-05-23 21:29:22 [ 636 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2025-05-23 21:29:22 [ 636 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2025-05-23 21:29:22 [ 636 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2025-05-23 21:29:22 [ 636 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2025-05-23 21:29:22 [ 636 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2025-05-23 21:29:22 [ 636 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2025-05-23 21:29:22 [ 636 ] DEBUG : get_instance_ip instance_name=zoo3 (cluster.py:1999, get_instance_ip) 2025-05-23 21:29:22 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-zoo3-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:22 [ 636 ] DEBUG : get_kazoo_client: zoo3, ip:172.16.1.3, port:2181, use_ssl:False (cluster.py:3234, get_kazoo_client) 2025-05-23 21:29:22 [ 636 ] INFO : Connecting to 172.16.1.3(172.16.1.3):2181, use_ssl: False (connection.py:650, _connect) 2025-05-23 21:29:22 [ 636 ] DEBUG : Sending request(xid=None): Connect(protocol_version=0, last_zxid_seen=0, time_out=30000, session_id=0, passwd=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', read_only=None) (connection.py:312, _submit) 2025-05-23 21:29:22 [ 636 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback) 2025-05-23 21:29:22 [ 636 ] DEBUG : Sending request(xid=1): GetChildren(path='/', watcher=None) (connection.py:312, _submit) 2025-05-23 21:29:22 [ 636 ] DEBUG : Received response(xid=1): ['keeper'] (connection.py:410, _read_response) 2025-05-23 21:29:22 [ 636 ] DEBUG : Sending request(xid=2): Close() (connection.py:312, _submit) 2025-05-23 21:29:22 [ 636 ] WARNING : Connection dropped: socket connection broken (connection.py:622, _connect_attempt) 2025-05-23 21:29:22 [ 636 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt) 2025-05-23 21:29:22 [ 636 ] INFO : Zookeeper connection lost (client.py:543, _session_callback) 2025-05-23 21:29:22 [ 636 ] WARNING : Failed connecting to Zookeeper within the connection retry policy. (connection.py:515, zk_loop) 2025-05-23 21:29:22 [ 636 ] INFO : Zookeeper session closed, state: CLOSED (client.py:537, _session_callback) 2025-05-23 21:29:22 [ 636 ] DEBUG : All instances of ZooKeeper started: ('zoo1', 'zoo2', 'zoo3') (cluster.py:2414, wait_zookeeper_nodes_to_start) 2025-05-23 21:29:22 [ 636 ] INFO : Trying to create Minio instance by command docker compose --project-name roottestparquetdropmetadatacache-gw1 --env-file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/.env --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --verbose up -d (cluster.py:2993, start) 2025-05-23 21:29:22 [ 636 ] DEBUG : Command:[docker compose --project-name roottestparquetdropmetadatacache-gw1 --env-file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/.env --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --verbose up -d] (cluster.py:121, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr:time="2025-05-23T21:29:22Z" level=trace msg="Docker Desktop integration not enabled" (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Volume "roottestparquetdropmetadatacache-gw1_data1-1" Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Volume "roottestparquetdropmetadatacache-gw1_data1-1" Created (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr:time="2025-05-23T21:29:22Z" level=warning msg="Found orphan containers ([roottestparquetdropmetadatacache-gw1-zoo3-1 roottestparquetdropmetadatacache-gw1-zoo1-1 roottestparquetdropmetadatacache-gw1-zoo2-1]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up." (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr:time="2025-05-23T21:29:23Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] DEBUG : Stderr:time="2025-05-23T21:29:23Z" level=debug msg="otel error" error="" (cluster.py:147, run_and_check) 2025-05-23 21:29:23 [ 636 ] INFO : Trying to connect to Minio... (cluster.py:2999, start) 2025-05-23 21:29:23 [ 636 ] DEBUG : get_instance_ip instance_name=minio1 (cluster.py:1999, get_instance_ip) 2025-05-23 21:29:23 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-minio1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:23 [ 636 ] DEBUG : get_instance_ip instance_name=proxy1 (cluster.py:1999, get_instance_ip) 2025-05-23 21:29:23 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-proxy1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:23 [ 636 ] DEBUG : Starting new HTTP connection (1): 172.16.1.8:9001 (connectionpool.py:245, _new_conn) 2025-05-23 21:29:23 [ 636 ] DEBUG : Incremented Retry for (url='/'): Retry(total=2, connect=None, read=None, redirect=None, status=None) (retry.py:517, increment) 2025-05-23 21:29:23 [ 636 ] WARNING : Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': / (connectionpool.py:872, urlopen) 2025-05-23 21:29:23 [ 636 ] DEBUG : Starting new HTTP connection (2): 172.16.1.8:9001 (connectionpool.py:245, _new_conn) 2025-05-23 21:29:23 [ 636 ] DEBUG : Incremented Retry for (url='/'): Retry(total=1, connect=None, read=None, redirect=None, status=None) (retry.py:517, increment) 2025-05-23 21:29:23 [ 636 ] WARNING : Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': / (connectionpool.py:872, urlopen) 2025-05-23 21:29:23 [ 636 ] DEBUG : Starting new HTTP connection (3): 172.16.1.8:9001 (connectionpool.py:245, _new_conn) 2025-05-23 21:29:23 [ 636 ] DEBUG : Incremented Retry for (url='/'): Retry(total=0, connect=None, read=None, redirect=None, status=None) (retry.py:517, increment) 2025-05-23 21:29:23 [ 636 ] WARNING : Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': / (connectionpool.py:872, urlopen) 2025-05-23 21:29:23 [ 636 ] DEBUG : Starting new HTTP connection (4): 172.16.1.8:9001 (connectionpool.py:245, _new_conn) 2025-05-23 21:29:23 [ 636 ] DEBUG : Can't connect to Minio: HTTPConnectionPool(host='172.16.1.8', port=9001): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) (cluster.py:2516, wait_minio_to_start) 2025-05-23 21:29:24 [ 636 ] DEBUG : Starting new HTTP connection (5): 172.16.1.8:9001 (connectionpool.py:245, _new_conn) 2025-05-23 21:29:24 [ 636 ] DEBUG : http://172.16.1.8:9001 "GET / HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-05-23 21:29:24 [ 636 ] DEBUG : Connected to Minio. (cluster.py:2496, wait_minio_to_start) 2025-05-23 21:29:24 [ 636 ] DEBUG : http://172.16.1.8:9001 "GET /root?location= HTTP/1.1" 404 0 (connectionpool.py:547, _make_request) 2025-05-23 21:29:24 [ 636 ] DEBUG : http://172.16.1.8:9001 "PUT /root HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-05-23 21:29:24 [ 636 ] DEBUG : S3 bucket 'root' created (cluster.py:2511, wait_minio_to_start) 2025-05-23 21:29:24 [ 636 ] DEBUG : http://172.16.1.8:9001 "GET /root2?location= HTTP/1.1" 404 0 (connectionpool.py:547, _make_request) 2025-05-23 21:29:24 [ 636 ] DEBUG : http://172.16.1.8:9001 "PUT /root2 HTTP/1.1" 200 0 (connectionpool.py:547, _make_request) 2025-05-23 21:29:24 [ 636 ] DEBUG : S3 bucket 'root2' created (cluster.py:2511, wait_minio_to_start) 2025-05-23 21:29:24 [ 636 ] DEBUG : ('Trying to create ClickHouse instance by command %s', 'docker compose --env-file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/.env --project-name roottestparquetdropmetadatacache-gw1 --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/docker-compose.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/docker-compose.yml up -d --no-recreate') (cluster.py:3061, start) 2025-05-23 21:29:24 [ 636 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/.env --project-name roottestparquetdropmetadatacache-gw1 --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/docker-compose.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/docker-compose.yml up -d --no-recreate] (cluster.py:121, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Running (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Running (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Running (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Running (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Running (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Running (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Running (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Creating (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Created (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Starting (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Started (cluster.py:147, run_and_check) 2025-05-23 21:29:25 [ 636 ] DEBUG : ClickHouse instance created (cluster.py:3069, start) 2025-05-23 21:29:25 [ 636 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:1999, get_instance_ip) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-node1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : get_instance_ip instance_name=node1 (cluster.py:2009, get_instance_global_ipv6) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-node1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : Waiting for ClickHouse start in node1, ip: 172.16.1.11... (cluster.py:3077, start) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-node1-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/a8b4ed7334a63375866925bc15c38244afc9bcf55b663a9f4b26bff315886378/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/a8b4ed7334a63375866925bc15c38244afc9bcf55b663a9f4b26bff315886378/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/a8b4ed7334a63375866925bc15c38244afc9bcf55b663a9f4b26bff315886378/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/a8b4ed7334a63375866925bc15c38244afc9bcf55b663a9f4b26bff315886378/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/a8b4ed7334a63375866925bc15c38244afc9bcf55b663a9f4b26bff315886378/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : ClickHouse node1 started (cluster.py:3081, start) 2025-05-23 21:29:25 [ 636 ] DEBUG : get_instance_ip instance_name=node2 (cluster.py:1999, get_instance_ip) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-node2-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : get_instance_ip instance_name=node2 (cluster.py:2009, get_instance_global_ipv6) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-node2-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : Waiting for ClickHouse start in node2, ip: 172.16.1.9... (cluster.py:3077, start) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-node2-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/f0a991180eb9f1c74a2e475efea0bb69ad80755f66c405c6cdeb673db7d4e66a/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : ClickHouse node2 started (cluster.py:3081, start) 2025-05-23 21:29:25 [ 636 ] DEBUG : get_instance_ip instance_name=node3 (cluster.py:1999, get_instance_ip) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-node3-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : get_instance_ip instance_name=node3 (cluster.py:2009, get_instance_global_ipv6) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-node3-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : Waiting for ClickHouse start in node3, ip: 172.16.1.10... (cluster.py:3077, start) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/roottestparquetdropmetadatacache-gw1-node3-1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : http://localhost:None "GET /v1.46/containers/ca1e32273b3ad1a88627ddd334f285bfa206e7d73f4d5536a0912d4d1c834bb5/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2025-05-23 21:29:25 [ 636 ] DEBUG : ClickHouse node3 started (cluster.py:3081, start) ------------------------------ Captured log call ------------------------------- 2025-05-23 21:29:25 [ 636 ] DEBUG : Executing query INSERT INTO TABLE FUNCTION s3('http://minio1:9001/root/data/test_clear_cache/{_partition_id}.parquet', 'minio', 'minio123', 'Parquet') PARTITION BY number SELECT number FROM numbers(1, 3) on node1 (cluster.py:3570, query) ---------------------------- Captured log teardown ----------------------------- 2025-05-23 21:29:25 [ 636 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/.env --project-name roottestparquetdropmetadatacache-gw1 --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/docker-compose.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/docker-compose.yml stop --timeout 20] (cluster.py:121, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Command:[bash -c [ -f /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true] (cluster.py:121, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Command:[bash -c [ -f /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true] (cluster.py:121, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Command:[bash -c [ -f /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true] (cluster.py:121, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Command:[docker compose --env-file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/.env --project-name roottestparquetdropmetadatacache-gw1 --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node1/docker-compose.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_keeper.yml --file /ClickHouse/tests/integration/helpers/../../../tests/integration/compose/docker_compose_minio.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node2/docker-compose.yml --file /ClickHouse/tests/integration/test_parquet_drop_metadata_cache/_instances-1-gw1/node3/docker-compose.yml down --volumes] (cluster.py:121, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node2-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node1-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-resolver-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-node3-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo3-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-minio1-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Stopping (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo1-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-zoo2-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Stopped (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy1-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Container roottestparquetdropmetadatacache-gw1-proxy2-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Volume roottestparquetdropmetadatacache-gw1_data1-1 Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Volume roottestparquetdropmetadatacache-gw1_data1-1 Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Network roottestparquetdropmetadatacache-gw1_default Removing (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Stderr: Network roottestparquetdropmetadatacache-gw1_default Removed (cluster.py:147, run_and_check) 2025-05-23 21:29:46 [ 636 ] DEBUG : Cleanup called (cluster.py:846, cleanup) 2025-05-23 21:29:46 [ 636 ] DEBUG : Docker networks for project roottestparquetdropmetadatacache-gw1 are NETWORK ID NAME DRIVER SCOPE (cluster.py:825, print_all_docker_pieces) 2025-05-23 21:29:47 [ 636 ] DEBUG : Docker containers for project roottestparquetdropmetadatacache-gw1 are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:833, print_all_docker_pieces) 2025-05-23 21:29:47 [ 636 ] DEBUG : Docker volumes for project roottestparquetdropmetadatacache-gw1 are DRIVER VOLUME NAME (cluster.py:841, print_all_docker_pieces) 2025-05-23 21:29:47 [ 636 ] DEBUG : Command:[docker container list --all --filter name='^/roottestparquetdropmetadatacache-gw1-.*-1$' --format '{{.ID}}:{{.Names}}'] (cluster.py:121, run_and_check) 2025-05-23 21:29:47 [ 636 ] DEBUG : Unstopped containers: {} (cluster.py:860, cleanup) 2025-05-23 21:29:47 [ 636 ] DEBUG : No running containers for project: roottestparquetdropmetadatacache-gw1 (cluster.py:874, cleanup) 2025-05-23 21:29:47 [ 636 ] DEBUG : Trying to prune unused networks... (cluster.py:880, cleanup) 2025-05-23 21:29:47 [ 636 ] DEBUG : Trying to prune unused images... (cluster.py:896, cleanup) 2025-05-23 21:29:47 [ 636 ] DEBUG : Command:[docker image prune -f] (cluster.py:121, run_and_check) 2025-05-23 21:29:47 [ 636 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:145, run_and_check) 2025-05-23 21:29:47 [ 636 ] DEBUG : Images pruned (cluster.py:899, cleanup) 2025-05-23 21:29:47 [ 636 ] DEBUG : Trying to prune unused volumes... (cluster.py:905, cleanup) 2025-05-23 21:29:47 [ 636 ] DEBUG : Command:[docker volume ls | wc -l] (cluster.py:121, run_and_check) 2025-05-23 21:29:47 [ 636 ] DEBUG : Stdout:1 (cluster.py:145, run_and_check) 2025-05-23 21:29:47 [ 636 ] DEBUG : Volumes pruned: 1 (cluster.py:910, cleanup) ----------------- generated report log file: parallel1_1.jsonl ----------------- ============================== slowest durations =============================== 21.41s teardown test_parquet_drop_metadata_cache/test.py::test_clear_cache_on_cluster 18.75s setup test_parquet_drop_metadata_cache/test.py::test_clear_cache_on_cluster 0.07s call test_parquet_drop_metadata_cache/test.py::test_clear_cache_on_cluster =========================== short test summary info ============================ FAILED test_parquet_drop_metadata_cache/test.py::test_clear_cache_on_cluster ============================== 1 failed in 42.59s ============================== Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 492, in subprocess.check_call(cmd, shell=True, bufsize=0) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_rm7u2f --privileged --dns-search='.' --memory=30709035008 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=5dc43a6382f0 -e DOCKER_BASE_TAG=5ccda723c1fc -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=d862517635bf -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=1 --color=no --durations=0 --report-log=parallel1_1.jsonl --report-log-exclude-logs-on-passed-tests test_parquet_drop_metadata_cache/test.py::test_clear_cache_on_cluster -vvv " altinityinfra/integration-tests-runner:ad96270260ff ' returned non-zero exit status 1.